Support monorepo ts parser v2#85
Merged
angrychow merged 15 commits intocloudwego:mainfrom Sep 30, 2025
Merged
Conversation
Member
|
Related to #75? |
anup-a
reviewed
Sep 12, 2025
anup-a
reviewed
Sep 12, 2025
angrychow
reviewed
Sep 14, 2025
Collaborator
angrychow
left a comment
There was a problem hiding this comment.
Would you offer a runnable unit test case in src/utils/test for this feature? And I think we could start some worker threads to parse these packages in separated mode.
Contributor
Author
yep, I will offer the unit test case . |
Member
angrychow
reviewed
Sep 27, 2025
Collaborator
|
I have reviewed these changes and seems that it not affect single repo parsing. |
anup-a
reviewed
Sep 29, 2025
anup-a
reviewed
Sep 29, 2025
anup-a
reviewed
Sep 29, 2025
anup-a
reviewed
Sep 29, 2025
added 2 commits
September 29, 2025 17:51
angrychow
approved these changes
Sep 30, 2025
Collaborator
angrychow
left a comment
There was a problem hiding this comment.
Have reviewed and tested, no problem.
simuleite
pushed a commit
to simuleite/abcoder
that referenced
this pull request
Feb 28, 2026
* feat:support monorepo(output separate and combined) * feat:add cli options monorepo mode * feat:add fallback logic * feat:delete the monorepo yarn detect(due to impact the signle repository) * feat:add monorepo separate repository output file ignore * feat:optimize monorepo parse code into function * feat:optimize monorepo parse separately in cluster workers * feat:add the ut for monorepo * feat:optimize the large monorepo parse(dynamically select parsing strategy) * feat:support edenx workspaces mode * feat:fill the readme * fix:cluster mode graph building - Add UNKNOWN node creation for missing dependencies * feat: modify the ut * fix:fix the ut --------- Co-authored-by: yewanting <yewanting@bytedance.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What type of PR is this?
feat: support monorepo ts parser
Detailed description for this PR
1.Use Cases
2. Usage
这个 PR 的作用
feat:支持 monorepo 的 ts 解析
这个 PR 的详细描述
1. 使用场景
2. 使用方式